{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform",
      "artifactVersion": "10.10",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.directory.mongodb",
          "org.nuxeo.ecm.audit.io",
          "org.nuxeo.ecm.content.showcase",
          "org.nuxeo.ecm.default.config",
          "org.nuxeo.ecm.jwt",
          "org.nuxeo.ecm.permissions",
          "org.nuxeo.ecm.platform",
          "org.nuxeo.ecm.platform.api",
          "org.nuxeo.ecm.platform.collections.core",
          "org.nuxeo.ecm.platform.commandline.executor",
          "org.nuxeo.ecm.platform.convert",
          "org.nuxeo.ecm.platform.csv.export",
          "org.nuxeo.ecm.platform.dublincore",
          "org.nuxeo.ecm.platform.htmlsanitizer",
          "org.nuxeo.ecm.platform.lang",
          "org.nuxeo.ecm.platform.marketplace-nuxeo-showcase-content-resources",
          "org.nuxeo.ecm.platform.oauth",
          "org.nuxeo.ecm.platform.oauth1",
          "org.nuxeo.ecm.platform.pdf",
          "org.nuxeo.ecm.platform.query.api",
          "org.nuxeo.ecm.platform.rendering",
          "org.nuxeo.ecm.platform.thumbnail",
          "org.nuxeo.ecm.webdav",
          "org.nuxeo.importer.stream",
          "org.nuxeo.mail",
          "org.nuxeo.mongodb.audit",
          "org.nuxeo.search.ui",
          "org.nuxeo.usermapper"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform",
        "id": "grp:org.nuxeo.ecm.platform",
        "name": "org.nuxeo.ecm.platform",
        "parentIds": [],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "# Nuxeo Showcase Content Sample\n\nThis addon import a set of showcase content containing office documents, images, videos, ...\n\n## Modules\n\n- nuxeo-showcase-content-importer: Showcase content Importer bundle\n\n## Building all modules\n\n    mvn clean install\n\n## How to Create a New Data Zip File\n\n- Import latest released Version\n- Remove old or deprecated documents; without forgetting to clean the trash\n- Import new documents\n- To lighter the zip export file, cleanup all picture views, transcoded videos, etc. Execute this SQL query using your prefered SQL client:\n```\ndelete from hierarchy where primarytype  = 'view' or primarytype = 'storyboarditem' or primarytype = 'transcodedVideoItem';\n```\n- Cleanup CoreSession cache\n- Make a `Zip Tree Export` from `Workspaces`\n- Upload it on Nexus, GAV: `org.nuxeo.ecm.platform:nuxeo-showcase-content-sample-data:NEXT_VERSION`\n- Update Marketplace `nuxeo/marketplace-showcase-content-sample` project to use the correct data version.\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
            "digest": "6e7853722e0b27ce08299406e5a954d9",
            "encoding": "UTF-8",
            "length": 1652,
            "mimeType": "text/plain",
            "name": "README.md"
          },
          {
            "blobProviderId": "default",
            "content": "# Showcase Content Sample\n\n* Add some sample showcase content in your instance like some pictures, videos, ...\n* Project status: working\n* Nuxeo Support\n\n\n# Building\n\n    mvn clean install\n\n\n## QA\n\n[![Build Status](https://qa.nuxeo.org/jenkins/buildStatus/icon?job=addons_FT_nuxeo-showcase-content-sample-master)](https://qa.nuxeo.org/jenkins/job/addons_FT_nuxeo-showcase-content-sample-master/)\n\n# Licensing\n\n[GNU Lesser General Public License (LGPL) v2.1](http://www.gnu.org/licenses/lgpl-2.1.html)\n\nSample: https://github.com/nuxeo/nuxeo-drive\n\n# About Nuxeo\n\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with\nSaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris.\nMore information is available at [www.nuxeo.com](http://www.nuxeo.com).\n",
            "digest": "20dfb3c3e0d1a341d988f946031ea974",
            "encoding": "UTF-8",
            "length": 1246,
            "mimeType": "text/plain",
            "name": "README.md"
          },
          {
            "blobProviderId": "default",
            "content": "# Nuxeo Platform Importer\n\n## About Nuxeo Platform Importer\n\nThe file importer comes as a Java library (with nuxeo runtime service) and a sample JAX-RS interface to launch, monitor and abort import jobs.\nThis project is an on-going project, supported by Nuxeo\n\n## Building\n### How to Build Nuxeo Platform Importer\nBuild the Nuxeo Platform Importer with Maven:\n```$ mvn install -Dmaven.test.skip=true```\n\n## Deploying\nNuxeo Platform Importer is available as two package add-ons [from the Nuxeo Marketplace]\nhttps://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-platform-importer\nhttps://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-scan-importer\n\n## Resources\n### Documentation\nThe documentation for Nuxeo Platform Importer is available in our Documentation Center: http://doc.nuxeo.com/x/gYBVAQ\n\n### Following Project QA Status\n[![Build Status](https://qa.nuxeo.org/jenkins/buildStatus/icon?job=addons_nuxeo-platform-importer-master)](https://qa.nuxeo.org/jenkins/job/addons_nuxeo-platform-importer-master/)\n\n### Reporting Issues\nYou can follow the developments in the Nuxeo Platform project of our JIRA bug tracker, which includes a Nuxeo Platform Importer component:\nhttps://jira.nuxeo.com/browse/NXP/component/10621\n\nYou can report issues on: http://answers.nuxeo.com/\n\n## About Nuxeo\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n\n\n",
            "digest": "8e4c7775ea4ce138f6bcc51e92b77c77",
            "encoding": "UTF-8",
            "length": 1968,
            "mimeType": "text/plain",
            "name": "README.md"
          }
        ],
        "version": "10.10"
      },
      "bundleId": "org.nuxeo.ecm.platform",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.util.LocationManagerService",
          "documentation": "\n    This service manage the different repository locations that can be accessed via the platform.\n    This service is available via a EJB3 facade that is used to retrive the lis of available cores.\n  \n",
          "documentationHtml": "<p>\nThis service manage the different repository locations that can be accessed via the platform.\nThis service is available via a EJB3 facade that is used to retrive the lis of available cores.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.util.LocationManagerService",
              "descriptors": [
                "org.nuxeo.ecm.platform.util.LocationManagerPluginExtension"
              ],
              "documentation": "\n      This extension point can be used to register new repository locations (new core instances).\n      The location registry is typically used to build the list of available servers on the first screen of the web app.\n      The XML extension can contain a arbitrary number of location declaration if the form:\n      <locationManagerPlugin>\n    <locationEnabled>true</locationEnabled>\n    <locationName>pgsql</locationName>\n</locationManagerPlugin>\n\n\n      This extension point can be used to disable a previously declared location:\n      <locationManagerPlugin>\n    <locationEnabled>false</locationEnabled>\n    <locationName>demo</locationName>\n</locationManagerPlugin>\n\n\n\n      The locationURI tag must point on an existing core instance that was declared using :\n      <extension\n    point=\"repository\" target=\"org.nuxeo.ecm.core.repository.RepositoryService\">...</extension>\n",
              "documentationHtml": "<p>\nThis extension point can be used to register new repository locations (new core instances).\nThe location registry is typically used to build the list of available servers on the first screen of the web app.\nThe XML extension can contain a arbitrary number of location declaration if the form:\n\ntrue\npgsql\n\n</p><p>\nThis extension point can be used to disable a previously declared location:\n\nfalse\ndemo\n\n</p><p>\nThe locationURI tag must point on an existing core instance that was declared using :\n...</p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform/org.nuxeo.ecm.platform.util.LocationManagerService/ExtensionPoints/org.nuxeo.ecm.platform.util.LocationManagerService--location",
              "id": "org.nuxeo.ecm.platform.util.LocationManagerService--location",
              "label": "location (org.nuxeo.ecm.platform.util.LocationManagerService)",
              "name": "location",
              "version": "10.10"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform/org.nuxeo.ecm.platform.util.LocationManagerService",
          "name": "org.nuxeo.ecm.platform.util.LocationManagerService",
          "requirements": [],
          "resolutionOrder": 261,
          "services": [],
          "startOrder": 940,
          "version": "10.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.util.LocationManagerService\">\n\n  <documentation>\n    This service manage the different repository locations that can be accessed via the platform.\n    This service is available via a EJB3 facade that is used to retrive the lis of available cores.\n  </documentation>\n\n  <implementation class=\"org.nuxeo.ecm.platform.util.LocationManagerService\" version=\"1.0.0\"/>\n\n  <extension-point name=\"location\">\n    <documentation>\n      This extension point can be used to register new repository locations (new core instances).\n      The location registry is typically used to build the list of available servers on the first screen of the web app.\n      The XML extension can contain a arbitrary number of location declaration if the form:\n      <locationManagerPlugin>\n        <locationEnabled>true</locationEnabled>\n        <locationName>pgsql</locationName>\n      </locationManagerPlugin>\n\n      This extension point can be used to disable a previously declared location:\n      <locationManagerPlugin>\n        <locationEnabled>false</locationEnabled>\n        <locationName>demo</locationName>\n      </locationManagerPlugin>\n\n      The locationURI tag must point on an existing core instance that was declared using :\n      <extension target=\"org.nuxeo.ecm.core.repository.RepositoryService\" point=\"repository\">...</extension>\n    </documentation>\n\n    <object class=\"org.nuxeo.ecm.platform.util.LocationManagerPluginExtension\"/>\n  </extension-point>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/locationmanager-contrib.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "\n      Default server configuration for Nuxeo 5.\n    \n",
              "documentationHtml": "<p>\nDefault server configuration for Nuxeo 5.\n</p><p></p>",
              "extensionPoint": "org.nuxeo.ecm.platform.util.LocationManagerService--location",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform/locationManagerComponentContribute/Contributions/locationManagerComponentContribute--location",
              "id": "locationManagerComponentContribute--location",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.util.LocationManagerService",
                "name": "org.nuxeo.ecm.platform.util.LocationManagerService",
                "type": "service"
              },
              "version": "10.10",
              "xml": "<extension point=\"location\" target=\"org.nuxeo.ecm.platform.util.LocationManagerService\">\n    <documentation>\n      Default server configuration for Nuxeo 5.\n    </documentation>\n\n    <locationManagerPlugin>\n      <locationEnabled>true</locationEnabled>\n      <locationName>default</locationName>\n    </locationManagerPlugin>\n\n    <!--  \t\t<locationManagerPlugin>\n           <locationEnabled>true</locationEnabled>\n          <locationName>pgsql</locationName>\n        </locationManagerPlugin>\n         <locationManagerPlugin>\n           <locationEnabled>true</locationEnabled>\n          <locationName>demo2</locationName>\n        </locationManagerPlugin>\n    -->\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform/locationManagerComponentContribute",
          "name": "locationManagerComponentContribute",
          "requirements": [],
          "resolutionOrder": 262,
          "services": [],
          "startOrder": 21,
          "version": "10.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"locationManagerComponentContribute\">\n\n  <extension target=\"org.nuxeo.ecm.platform.util.LocationManagerService\" point=\"location\">\n    <documentation>\n      Default server configuration for Nuxeo 5.\n    </documentation>\n\n    <locationManagerPlugin>\n      <locationEnabled>true</locationEnabled>\n      <locationName>default</locationName>\n    </locationManagerPlugin>\n\n    <!--  \t\t<locationManagerPlugin>\n           <locationEnabled>true</locationEnabled>\n          <locationName>pgsql</locationName>\n        </locationManagerPlugin>\n         <locationManagerPlugin>\n           <locationEnabled>true</locationEnabled>\n          <locationName>demo2</locationName>\n        </locationManagerPlugin>\n    -->\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/locationmanager-plugins-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-10.10.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/org.nuxeo.ecm.platform",
      "id": "org.nuxeo.ecm.platform",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: 1.6.0_20 (Sun Microsystems Inc.)\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_191\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 0.0.0.SNAPSHOT\r\nExport-Package: org.nuxeo.ecm.platform.defaultPermissions,org.nuxeo.ec\r\n m.platform.ejb,org.nuxeo.ecm.platform.interfaces.ejb,org.nuxeo.ecm.pl\r\n atform.interfaces.local,org.nuxeo.ecm.platform.util;platform=split\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Category: web\r\nBundle-Localization: plugin\r\nBundle-Name: NXPlatform\r\nBundle-RequiredExecutionEnvironment: JavaSE-1.6\r\nRequire-Bundle: org.nuxeo.ecm.platform.api;visibility:=reexport\r\nBundle-Vendor: Nuxeo\r\nNuxeo-Component: OSGI-INF/locationmanager-contrib.xml,OSGI-INF/locatio\r\n nmanager-plugins-contrib.xml\r\nImport-Package: javax.annotation;version=\"1.0\",javax.ejb,org.apache.co\r\n mmons.logging,org.nuxeo.common.xmap.annotation,org.nuxeo.ecm.core;api\r\n =split,org.nuxeo.ecm.core.api;api=split,org.nuxeo.ecm.core.api.impl,o\r\n rg.nuxeo.ecm.core.api.security,org.nuxeo.ecm.core.api.security.impl,o\r\n rg.nuxeo.ecm.directory;api=split,org.nuxeo.runtime.model\r\nBundle-SymbolicName: org.nuxeo.ecm.platform\r\n\r\n",
      "maxResolutionOrder": 262,
      "minResolutionOrder": 261,
      "packages": [],
      "requirements": [
        "org.nuxeo.ecm.platform.api"
      ],
      "version": "10.10"
    }
  ],
  "creationDate": 1664793571025,
  "key": "Nuxeo Platform LTS 2019-10.10",
  "name": "Nuxeo Platform LTS 2019",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1547942400000,
  "version": "10.10"
}